home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Demo
/
elearn
/
interfata.swf
/
scripts
/
DefineButton2_142
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-05-12
|
293 b
|
18 lines
on(press){
i = 1;
while(i < 7)
{
_parent["b" + i].gotoAndStop(1);
i++;
}
gotoAndStop(3);
if(texx == "Fizicã")
{
fscommand("openLink2","Fizica/MainMenu.htm");
}
else
{
fscommand("openLink2",texx + "/MainMenu.htm");
}
}